home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 7: Sunsite
/
Linux Cubed Series 7 - Sunsite Vol 1.iso
/
system
/
shells
/
zsh-3.0-p
/
zsh-3
/
zsh-3.0-pre3
/
StartupFiles
/
zlogin
< prev
next >
Wrap
Text File
|
1996-05-06
|
492b
|
23 lines
#
# $Id: zlogin,v 2.0 1996/05/02 22:57:04 hzoli Exp $
#
# Generic .zlogin file for zsh 2.7
#
# .zlogin is sourced in login shells. It should
# contain commands that should be executed only in
# login shells. It should be used to set the terminal
# type and run a series of external commands (fortune,
# msgs, from, etc).
#
clear
stty dec new cr0 -tabs
ttyctl -f # freeze the terminal modes... can't change without a ttyctl -u
mesg y
uptime
fortune
log
from 2>/dev/null
cat notes
msgs -fp